Release 10.1A: OpenEdge Development:
AppBuilder
How AppBuilder runs XFTR event handlers
When a AppBuilder event occurs for a specific procedure file and the procedure file contains an
XFTRcode block with anXFTRevent handler specified in the corresponding position, AppBuilder runs theXFTRevent handler and passes it two parameters:
- The context ID (integer) of the
XFTRcode block (INPUTparameter). AcontextIDis a unique integer ID for the code block. It can be used by other procedures in AppBuilder’s API.- The contents (
CHARACTER) of the optional code section (the section in between the first and last comments) in theXFTRcode block (INPUT-OUTPUTparameter).Make sure that your
XFTRevent handler can accept these parameters.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |